|
Author |
Thread Statistics | Show CCP posts - 9 post(s) |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.06.18 09:34:00 -
[1]
While we can't test this yet, it seems to be quite basic and Paypal-like stuff so...
Here goes a small php example of getting the stuff.
eveapi_phpexample.txt
If you see an error, go for it and tell, got this out before my first coffee.  ------ This sig space is Read-only ! omgalink |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.06.21 00:05:00 -
[2]
Edited by: DeTox MinRohim on 21/06/2007 00:05:39
Originally by: Popsikle
And here is a non curl snippet!
You're late mate Linkage
But yours is at its simplest form so all good (And better for the comprehension) ------ This sig space is Read-only ! omgalink |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.06.21 11:21:00 -
[3]
Originally by: Bloody Bolt Do we have any information when Beta in API finishes? I'm desperate to try it :) There were some promises for today, but it wasn't clear enough, were those promises for wide audiency or just Beta testers. By the way, are there any chances to become a Beta tester?
Yup, an ETA even approximative would be nice 
------ This sig space is Read-only ! omgalink |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.06.25 16:26:00 -
[4]
Edited by: DeTox MinRohim on 25/06/2007 16:29:53
trainingEndTime in the Character information is sometimes wrong... dunno what happened recently but it doesn't give the right value anymore on some characters.
It seems to add 10 hours to the real training end time.
Example: http://eve.onewayweb.com/skillsheet.php?cid=902041617
This toon is finishing in 5 hours around 21H GMT tonight but according to the training xml file:
<trainingEndTime>2007-06-26 07:50:36</trainingEndTime>
Wich is wrong.
Note that on another char: http://eve.onewayweb.com/skillsheet.php#s16591
The training end time is right.
Why the difference on them ?
------ This sig space is Read-only ! omgalink - Online Skillsheet |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.06.25 20:22:00 -
[5]
Edited by: DeTox MinRohim on 25/06/2007 20:24:54
Originally by: Rhysheline As promised here is an example for parsing the file using PHP. I encourage improvement though as this uses global variables for the functions.
I use this to parse the xml, you simply send the content to it and you get the array. Not the worst stuff I saw. (I modified it though ... not sure I remember why... but you'll find the one I use in my skillsheet thingie in my signature.).
include_once 'xml.php'; $parse = XML_parsecontent($xmlstuff);
EDIT: Yea I remember why now, the original was reading the xml from a file, I simply add a thing to make it able read the xml contained in a variable instead of a file. So you can do both with it.
------ This sig space is Read-only ! omgalink - Online Skillsheet |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.07.11 13:50:00 -
[6]
Originally by: Tonto Auri Eight Ace, why not using cURL?
Because CURL is not necessarily enabled on every hosts while the usual fget and stuff like that are commonly available. (Except maybe on crappy hosts like Lycos or alike). ------ This sig space is Read-only ! omgalink - Online Skillsheet |

DeTox MinRohim
Madhatters Inc. M. PIRE
|
Posted - 2007.07.12 09:46:00 -
[7]
Originally by: Tonto Auri
Originally by: DeTox MinRohim Because CURL is not necessarily enabled on every hosts
But it is part of main PHP package (while PEAR and PECL is not) and typically available in most professonal hosting plans (and surely available for Your own host).
Being part of the package doesn't mean it's enabled. Many hosting don't enable that kind of stuff for security reasons. (Usual crappy reason some low-class hosting can give you.)
I enabled it myself on my own server but that's not something all have the power to do.
Anyway, doesn't change anything of the uberness of it 
------ This sig space is Read-only ! omgalink - Online Skillsheet |
|
|
|